home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / cl14s24b.zip / CALLS.MOD < prev    next >
Text File  |  1993-03-25  |  34KB  |  682 lines

  1. This is an addendum to CAL14S24.ZIP and contains a new version of CALLS.EXE
  2. which addresses the problems or new features listed below. A sample CALLS.CNF
  3. is also included as several new entries have been added.
  4.  
  5. Problems:
  6.  
  7. 1:  With the new feature of PCBoard 14.5a that allows single character Door
  8.     names, CALLS.EXE locks up.
  9.  
  10.     Fixed the routine that found the Door name and stripped off the path
  11.     information.
  12.  
  13. 2:  Non ANSI callers were ignored (those with (A) in the log), only (N) & (G)
  14.     graphics modes were being recognized.
  15.  
  16.     Added Non ANSI as graphics mode (A) so now all three modes are reported.
  17.  
  18. 3:  Sysop sessions were ignored when PCBoard was setup to use the Sysops true
  19.     name instead of just SYSOP.
  20.  
  21.     Added SYSOPNAME option to config file to allow recognizing the Sysop
  22.     in the caller log when the full name is used instead of SYSOP. If not
  23.     given the default is SYSOP.
  24.  
  25. 4:  Average Event Length always showed ZERO for my board, as the first event
  26.     activity was RNET which writes entries to the log that duplicate a User
  27.     logon and CALLS.EXE considers the Event to end the first caller entry.
  28.     This also causes problems that the Event does not terminate timing until
  29.     a caller logs on and this does not reflect event duration properly.
  30.  
  31.     Added support for RNET that causes CALLS to not stop timing an event if
  32.     it sees the FirstName is RNET.EXE. Also Added EXCLUDENAME to allow skipping
  33.     another program like RNET.EXE that appears to log on as a User in the log.
  34.     If the first name of the User matches the EXCLUDENAME it is skipped.
  35.     (Also now allowed to specify up to 10 EXCLUDENAME entries)
  36.  
  37.     Added the recognition of the line:
  38.  
  39.        Scheduled Event ended at MM-DD-YY HH:MM:SS
  40.  
  41.     to properly end the event time calculations rather than continuing time
  42.     until a caller logs on. This entry can be created by using a utility to
  43.     write lines to callers log. (Like my CL-PRINT.COM program.)
  44.  
  45.     Added Event program report. Using the line
  46.  
  47.        Event: program name started at MM-DD-YY HH:MM:SS
  48.  
  49.     will begin the timing of an event program. Timing will end when another
  50.     line starting with 'Event: ' is detected, the Scheduled Event ended line
  51.     is detected or a User logon is deteced. The Number of times each program
  52.     is executed and total time is tracked and a report of Average time is
  53.     generated.
  54.  
  55.                        -= Average Event Program Times =-
  56.  
  57.                  Norton Speed Disk:     5 Times    31.6 Min Avg.
  58.                             Backup:     5 Times    10.6 Min Avg.
  59.                            PCBFile:     5 Times     6.2 Min Avg.
  60.                      Call Analyzer:     5 Times     1.6 Min Avg.
  61.  
  62. 5.  Connect Type Report is not working.
  63.  
  64.     Added recognition of 'Modem:' as connect type for PCBoard 14.x
  65.     compatability.
  66.  
  67.     Added RINGFILTER ON/OFF to control removal of RING from CONNECT type
  68.     report. Also removes any additional text after the CONNECT XXXXXXXXX
  69.     message.
  70.  
  71. 6.  Batch Size Report is not working. (FREE Downloads also not working)
  72.  
  73.     PCBoard 14.5a now supplies Batch transfer report, added support for
  74.     the format of this data so that this report now works.
  75.  
  76.     PCBoard does not flag FREE or NO TIME Downloads in any way in the
  77.     caller log so this report can not 'easily' be made to work. The
  78.     amount of time the report would spend attempting to decide if a file
  79.     was FREE or not would not be worth it. If future versions of PCBoard
  80.     do note this in the caller log, I will get this report to work.
  81.  
  82. 7.  PCBVerify's report of "XXX-XXX-XXXX Added to trashcan" causes security
  83.     violation counts.
  84.  
  85.     Fixed.
  86.  
  87. 8.  Sysop paged after hours, not counted.
  88.  
  89.     Created seperate counter for this, along with report of Chat Time.
  90.     Added Node chat also
  91.  
  92.     Added CHATMODE and NODEMODE which operate similar to EVENTMODE but
  93.     control Sysop Chat and Node Chat timing. But I recommend that they be
  94.     set to IDLE in most cases, Unless you find they need to be changed.
  95.  
  96. 9.  Messages left count did not include RNET imported messages, ZIPM
  97.     messages showed import & export count.
  98.  
  99.     Made RNET import messages show in messages left count and also in
  100.     ZIPM (changed name to MAIL) count. RNET import counts as MAIL
  101.     executed.
  102.  
  103. 10. Log off scripts did not count in Scripts Completed.
  104.  
  105.     Made seperate counter for this.
  106.  
  107. 13. Added configuration variable REPORTTYPE to control output generated.
  108.     ASCII will generate non-color version, ANSI will generate 'G' color
  109.     version, and BOTH will generate both (Default).
  110.  
  111.     Added ReportType of PCBOARD to generate a single outputfile using
  112.     PCBoard @Xnn color codes
  113.  
  114. 12. Added additional reports of Users who leave messages and Which Conference
  115.     is getting message traffic.
  116.  
  117.     Added MAXMSGS & MAXUSERS to control new reports of Conference Messages
  118.     Left & User Messages Left
  119.  
  120. 13. Added additional reports for reasons logged off and security violations.
  121.  
  122. Added Sysop Statistics 'S' report
  123.  
  124.   Sysop Local Sessions...       x         Node Chats Initiated...       x
  125.   Sysop Remote Sessions..       x         Node Chat Time (min)...       x
  126.   Remote DOS Time (min)..       x         Sysop Chats Initiated..       x
  127.   Remote Drops to DOS....       x         Sysop Chat Time (min)..       x
  128.   SHELL Executed.........       x         Sysop Paged............       x
  129.   Text Files Viewed......       x         Sysop Paged after Hours       x
  130.   Caller log Viewed......       x         Temporary Sysop Priv...       x
  131.   User File Viewed.......       x         Node Forced to DOS.....       x
  132.  
  133. Added User Statistics 'R' report
  134.  
  135.   Protocol Changes.......       x         Expert mode Toggled....       x
  136.   User Record Updates....       x         Graphic Mode Toggled...       x
  137.   Language Changes.......       x         Page Length Changes....       x
  138.  
  139.  
  140. Changed Security Statistics 'N' report
  141.  
  142.   Automatic Lockouts.....       x         Security Violations....       x
  143.   Trashcan Names.........       x         Incorrect Password.....       x
  144.   Excessive Passwords....       x         Password Failures......       x
  145.   Excessive Command Errs.       x         Remote Password Failure       x
  146.   Refused Registration...       x         Non-Registered Users...       x
  147.   Time Limit Expired.....       x         Not Registered in Conf.       x
  148.   Keyboard Timeouts......       x         Dropped Carrier........       x
  149.   Insufficient D/L Time..       x         Dropped Carrier in Door       x
  150.   Insufficient Bytes/File       x         Missing Level in PWRD..       x
  151.   Automatic Disconnects..       x         Door Selected UnAvail..       x
  152.   Closed Board/Node......       x         Event Time Clash.......       x
  153.   Multi-Node Login.......       x         Typo Errors............       x
  154.   Attempted Alias Logon..       x         System Errors..........       x
  155.  
  156. Moved Scheduled Event & Event Time and Added Logoff Scripts Completed
  157. to Systems Statistic 'A' report.
  158.  
  159.   Directory Scans........       x         Total Messages Left....       x
  160.   Doors Opened...........       x           Comments Left........       x
  161.     Time spent in Doors..   xx:xx           PCBoard Messages.....       x
  162.   Downloads Completed....       x           MailDoor Messages....       x
  163.     Different Files......       x           Net MAIL Messages....       x
  164.     Downloads Aborted....       x           Net MAIL Executed....       x
  165.     Free Downloads.......       x         Number of Callers......       x
  166.   REPACK Executed........       x           New Users Registered.       x
  167.   TEST Executed..........       x           Ave. Calls Per Day...     x.x
  168.   Uploads Completed......       x           Ave. Call Duration...     x.x
  169.     Bad Uploads Deleted..       x           Ave. Idle Time.......     x.x
  170.     Uploads Aborted......       x         Scripts Completed......       x
  171.   VIEW Executed..........       x         Logoff Script Completed       x
  172.     Members Extracted....       x         Total Operation Hours..     x.x
  173.     Members Viewed.......       x           Utilization Hours....     x.x
  174.   Scheduled Events.......       x           Total Utilization %..     x.x
  175.   Ave Event Length (min).     x.x           Peak Utilization %...     x.x
  176.   LIB Executed...........       x         Time System locked up..     x.x
  177.  
  178. 14. Fixed problem with security levels being duplicated in .SAV file due to
  179.     spaces stripped off of first entry only.
  180.  
  181. 15. Changed output structure of fileames in .SAV file to save space.
  182.  
  183. 16. Added Language report by placing Language Number in Modem connect string
  184.         ie. Modem (1): CONNECT 2400
  185.     or Caller Number string
  186.         ie. Caller Number (1): 12345
  187.     or Security Level string
  188.         ie. Caller Security (1): 50
  189.  
  190.     This is accomplished by using MKTXT145 to modify the record for the
  191.     'Modem: @OPTEXT@' (rec no 590), 'Caller Number: @OPTEXT@' (rec no 591)
  192.     or 'Caller Security: @OPTEXT@' (rec no 592) and adding the text (n) to
  193.     the current text as shown above (where n is the language number, ie.
  194.     for your first language you add (1), for your second language PCBTEXT
  195.     file you add (2), etc...)
  196.  
  197. 17. Found limitation in graph routines that limited lists to 100 items, which
  198.     caused loss of many Names, Conference Bulletins, Conferences joined if
  199.     any list execeed that number of items, incresed limit to 500 which should
  200.     be sufficient for most systems, if not change the const (graph_num).
  201.  
  202. 18. Added FILENAMES to control the saving of filenames and Counts to the
  203.     History File.
  204.  
  205. 19. Added FILTERFILE Masks to allow filtering filenames from report and
  206.     history file. Wildcards are allowed and a special '#' wildcard will
  207.     match another '#' or a digit ('0' - '9') to aid in filtering capture
  208.     file downloads (#####?.ZIP and #####?.CAP).
  209.  
  210. 20. Allowed for 10 EXCLUDENAME Entries & 50 FILTERFILE Masks Entries
  211.  
  212. 21. Added Last-On Report, requires using program like CL-PRINT V2.0 to
  213.     write a line to the CALLER log file in the format of
  214.  
  215.     Last On: MM-DD-YY (HH:MM)
  216.     or
  217.     Last On: MM-DD-YY (HH:MM) for nn Minute(s)
  218.     or
  219.     Last On: MM-DD-YY (HH:MM) for nn Minute(s) - #nnnn
  220.  
  221.     The report format look like this:
  222.  
  223.                             -= Last Called In =-
  224.  
  225.      Within One Week:   129 (19.9%) │░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░█
  226.         Previous Day:   112 (17.3%) │▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓█
  227.             Same Day:    99 (15.3%) │▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒█
  228.     Within Two Weeks:    36 ( 5.5%) │░░░░░░░░░░░█
  229.     Within One Month:    32 ( 4.9%) │▓▓▓▓▓▓▓▓▓▓█
  230.            New Users:    24 ( 3.7%) │▒▒▒▒▒▒▒█
  231.    Within Two Months:    16 ( 2.5%) │░░░░█
  232.   Within Four Months:    12 ( 1.8%) │▓▓▓█
  233.    Within Six Months:    10 ( 1.5%) │▒▒█
  234.   Within Nine Months:     4 ( 0.6%) │█
  235.     Within Two Years:     4 ( 0.6%) │█
  236.   Within Three Years:     1 ( 0.2%) │
  237.      Within One Year:     1 ( 0.2%) │
  238.  
  239.  
  240.     Example:
  241.  
  242.     CL-PRINT C:\PCB\MAIN\CALLER /Q,/S,"Last On: @D (@T)"
  243.     or
  244.     CL-PRINT C:\PCB\MAIN\CALLER /Q,/Z,/S,"Last On: @D (@T) for @M Minute(s)"
  245.     or
  246.     CL-PRINT C:\PCB\MAIN\CALLER "/Q/Z/SLast On: @D (@T) for @M Minute(s) - #@#"
  247.  
  248.     This example can be run in your $$LOGON.BAT
  249.  
  250. NOTE: SHARE must be loaded if you intend to write to the CALLER log during
  251.       $$LOGON.BAT or $$LOGON.BAT as PCBoard has the file open and has written
  252.       entries to it prior to calling the batch files. If SHARE is not loaded
  253.       you will write over the top of the entries PCBoard has made. Also,
  254.       this can only be done on Network verisons /E & /U and you CAN NOT
  255.       use it on /D or /S versions as PCBoard has the USERS file open in
  256.       DENY READ/WRITE on these versions, so the file can not be opened by
  257.       CL-PRINT to obtain the information desired.
  258.  
  259.  
  260. 22. Changed files downloaded report to not generate an ANSI sequence when
  261.     there is no change in color.
  262.  
  263. 23. Added more support for Southern Style & Three Stooges Language file
  264.     entries in CALLERS log.
  265.  
  266. 24. Added CATCHALLREPORT Variable to log text lines passing thru the
  267.     Catchall routine to assist in changing the line parsing routines.
  268.  
  269. 25. Added MAIL Door support. QMail, MarkMail & Cam-Mail entries are all
  270.     recognized and a seperate report for each Mail Door is supported.
  271.     All three reports are the same and the titles can be changed to
  272.     anything so if it works for other mail doors you now have a report.
  273.     (If it does'nt work, send some sample caller log entries to me and
  274.     I will try to add support, I might add control over which entries
  275.     are printed so those which are not applicable to a particular door
  276.     can be skipped).
  277.  
  278. 26. Added support for a few junk entries (like CALLER NUMBER:) to speed up
  279.     report by recognizing the entry sooner. And to support imbedding the
  280.     Language number in Caller Number as well. (See item #16 above)
  281.  
  282. 27. Added support and a report for a User Definable Door. (Door U / Y8)
  283.     Text to be scanned for may be defined (up to 20 variables) and
  284.     The Text to be used in the Report may be defined. Undefined variables
  285.     will not be scanned for or reported. Special handling is defined for
  286.     entries that would indicate the Door logged the caller off, and
  287.     entries which should not be counted if the Door logged the User off.
  288.     (this allows for not counting CARRIER LOST as a User Hang up if it
  289.     was the door that dropped carrier.)  Also printing '...' or blank
  290.     entries in the report to allow lining up report when skipping variables
  291.     or using an odd number of variables. Count of times Door used and
  292.     logging off in door and Time Spent in Door are always reported for
  293.     the Door, so no special handling for this is needed.
  294.  
  295. 28. Added changes from CAL14S22.ZIP & CAL14S23.ZIP to this release.
  296.  
  297. 29. Added Message Statistic '#' Report.
  298.  
  299.                           -= Message Statistics =-
  300.  
  301.   Messages Left..........       x         MailDoor Messages......       x
  302.          Via PCBoard.....    xx.x%               Via Mail Doors..    xx.x%
  303.     Comments Left........       x           Net MAIL Messages....       x
  304.          Via COMMENT.....    xx.x%               Via Mail Import.    xx.x%
  305.     Messages Moved.......       x           Net MAIL Executed....       x
  306.     Messages Copied......       x           Mail Packets DLed....       x
  307.     Messages Restored....       x                        Aborted.       x
  308.     Messages Deleted.....       x           Reply Packets Uled...       x
  309.   Message Entry Aborted..       x                        Aborted.       x
  310.   Message Base Packed....       x         No Room for text.......       x
  311.  
  312. 30. Added SECLABEL variable to define text to be added to Security Level
  313.     reports, and NOSECLABEL variable to define text for no level.
  314.  
  315. 31. Corrected Door timing routines to properly time a Door when User
  316.     Logged off in Door and a Back From Dos entry did not exist. If
  317.     you Run PCBVerify (or some other Door from your InstaReg batch
  318.     file, instead of returning to the BBS first, you can use CL-PRINT
  319.     to insert a line:
  320.  
  321.     Opened Door (VERIFY) at HH:MM Via InstaReg
  322.  
  323.     ie.
  324.  
  325.     CL-PRINT C:\PCB\MAIN\CALLER /Q,/S,"Opened Door (VERIFY) at /T Via InstaReg"
  326.  
  327.     This will cause CALLS to stop timing the InstaReg Door and start
  328.     timing the new Door (ie. VERIFY) and accumlate the information on
  329.     the proper Door.
  330.  
  331. 32. Changed report format for many of the Doors to make them consistent
  332.     with one another and to add a couple of entries.
  333.  
  334. 33. Added seperate reports for Hangups in Board & in Doors.
  335.  
  336. 34. Added support for PCBVerify 4.0 message changes and minor changes to
  337.     Report for PCBVerify  (VERIFY & CALLBACK)
  338.  
  339. 35. Removed GENERIC & DEFDOORTITLE and replaced with REPORTTITLE to define
  340.     label for any of the report sections
  341.  
  342. 36. Added Report control characters for REPORTS definition
  343.     Z - insert a blank line          . - do nothing character
  344.     @ - insert a @MORE@ prompt       $ - insert a @PAUSE@ prompt
  345.     % - insert a @WAIT@ prompt       * - insert a @CLS@
  346.     if * is first character then a @CLS@ (or ANSI clear screen) will be
  347.     sent at the beginning of bulletin.
  348.  
  349. 37. Added REPORTACTION variable which can be defined with any of the above
  350.     characters. These characters will be used to send strings after EVERY
  351.     report section.   If any of the above characters are included after a
  352.     report directly in REPORTS, then the REPORTACTION will not be sent after
  353.     that report allowing override of REPORTACTION to combine a couple of the
  354.     shorter reports to a single screen.
  355.  
  356. 38. Added a SHORTENGRAPH variable to the .CNF file that will cause the
  357.     Hourly Usage graph to start at the highest used percentage instead
  358.     of at 100% if desired. If a numeric value is used (0 to 100 by 5's
  359.     then that will be the starting point if the highest percentage is
  360.     below that). ie if the highest used percentage was 40 then the graph
  361.     would start at NO = 100%, YES = 40%, 60 = 60%, 20 = 40%.
  362.  
  363. 39. Added a REFUSEDREG variable that combines the Non-Registered value to
  364.     the Refused to Register value in the report. When running your board
  365.     to allow Users to remain on (a non-zero security level assigned to
  366.     those who refuse to register), those Users will show up as Non-Registered
  367.     Users and only those who give a partial name and then refuse to give a
  368.     full name will show up as Refused to Register. If REFUSEDREG is set to
  369.     YES, then both will be combined and reported under Refused to Register
  370.     (although Non-Registered will still be reported). If you set a zero
  371.     security level to those who refuse to register, there shoud be No
  372.     Non-Registered Users reported as PCBoard kicks them off and issues the
  373.     ACCESS DENIED - REFUSED TO REGISTER to the callers log, and I don't think
  374.     will ever use the REFUSED TO REGISTER entry. I had the two backwards in
  375.     previous releases, so some confusion existed.
  376.  
  377. 40. Added LANGUAGE n Text variables to allow defining the name of the
  378.     Languages instead of just the number as before. You can include
  379.     the number in the text as in the example .CNF file. If not defined
  380.     they now default to 'Language 1' etc....
  381.  
  382. 41. Added REPORTEXCLUDE which causes the graph items not to be accumulated
  383.     which can shorten the SAVE file considerably if there are items you
  384.     don't use in your report. The allowable entries are (CEFLOPQRUVWXY!=^-)
  385.     and any other entries will just be ignored.
  386.  
  387. 42. Added report for User Uploads (and a MAXUL setting).
  388.  
  389. 43. Added report for Callers Hanging Up (and a MAXHANGUP setting)
  390.  
  391. 44. Changed the DoorTime reports to HH:MM format from Minutes.
  392.  
  393. 45. Changed all reports to allow for an extra digit in reports as some
  394.     values were exceeding columns when accumulating data for a full year.
  395.  
  396. 46. A few reorganizations in the code as it was starting to exceed code
  397.     segment limitations. (no external appearence changes). Moved some
  398.     of the conversion routines into a seperate UNIT.
  399.  
  400. 47. Color of 'Period covered:' text changed from BLUE to CYAN for better
  401.     readability on most systems.
  402.  
  403. 48. Well, leap year came around and showed me another problem. Fixed the
  404.     month to day calculations to account for leap year. This should keep
  405.     things correct for awhile.
  406.  
  407. 49. Added an EXCLUDEUSER which functions like EXCLUDENAME except it will
  408.     allow excluding a list of Users from the Message Left, Upload &
  409.     Caller Hanging Up reports.
  410.  
  411. 50. Fixed UserName routine to pickup users with more then two names (ie.
  412.     those users who use middle initials, etc...). Name now ends two chars
  413.     before the '(' in the baud rate.
  414.  
  415. 51. Added HEADER variable to define a HeaderFile to be read and written to
  416.     the report prior to writing the report. If you include a '*' as the
  417.     first character of REPORTS as indicated in item 36 above, then the
  418.     @CLS@ (or <ESC>[2J) will be written before the HeaderFile data. Of course
  419.     you could just include this @CLS@ in your header file text. If you use
  420.     the ANSI output (or BOTH) then a 'G' will be added to the filename
  421.     given in HEADER and that will be used for the 'G' version of the output.
  422.  
  423. 52. Found a small problem in the RingFilter routine that allowed extra
  424.     characters to be allowed into the report. Also forgot to add the
  425.     entry to the sample .CNF file.    (see item 6 about Ringfilter)
  426.  
  427. 53. Added EXCLUDEDOOR to allow excluding door names from reports. Up to
  428.     50 door names are provided for.  Added NONDOORNAME to allow defining
  429.     the label used when reporting excluded doors. All excluded doors are
  430.     counted and timed under this label and if the label is set to a blank
  431.     the they will not be reported at all (or added to the save file).
  432.  
  433. 54. Added Caller ID '!' Report.
  434.  
  435.                          -= Caller ID Statistics =-
  436.  
  437.   Local Call ID:     6 (37.5%) │░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░█
  438.    Outside Area:     4 (25.0%) │▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓█
  439.     Private Num:     2 (12.5%) │▓▓▓▓▓▓█
  440.        ID Error:     2 (12.5%) │▒▒▒▒▒▒█
  441.    Long Dist ID:     2 (12.5%) │░░░░░░█
  442.  
  443.  
  444.    The Long Dist ID will probably not show up as most Caller ID services do
  445.    not yet show calls from outside the local calling area, but provisions
  446.    have been made just in case the services are expanded on. Most long
  447.    distance calls will show up under Outside Area heading.
  448.  
  449.    The report requires that an entry be added to the CALLER log file in the
  450.    format:
  451.  
  452.       CallerID: MM/DD  HH:MM  (AAA)EEE-NNNN G
  453.       CallerID: MM/DD  HH:MM   OUTSIDE call G
  454.       CallerID: MM/DD  HH:MM   PRIVATE call G
  455.       CallerID: MM/DD  HH:MM   E            B
  456.  
  457.    which should be compatible with most Caller ID services, if you have a
  458.    different format that needs support, get me a message with the format
  459.    and I will add support for it.
  460.  
  461. 55. Added ITEMLEN variable. This controls the length that will be used of a
  462.     graph item. This allows reducing the wasted space on the shorter reports
  463.     and increasing the length of the graph bars themselves. It also allows
  464.     increasing the defaults so the entire User Name would show if one exceeds
  465.     the 20 character limit normally set in CALLS.
  466.  
  467. 56. Added ITEMMAX variable. This controls the maximum length that will be used
  468.     of a graph item when an ITEMLEN of -1 is specified for a report.
  469.  
  470. 57. Added CONNECTFILTER variable. Some modems return much longer Connect
  471.     strings and CALLS truncates the string making it less readable. Setting
  472.     CONNECTFILTER to ON causes the word CONNECT to be eliminated from the
  473.     string, allowing more room for useful text. If the string contains only
  474.     the word CONNECT then it will not be removed. Also improved routine to
  475.     remove the word CARRIER if both CARRIER and CONNECT are present and to
  476.     remove the CONNECT rate as well as the word CONNECT when CARRIER is
  477.     also present.
  478.  
  479. 58. Changed message statistics report to include percentages for COMMENTS and
  480.     Net Mail messages. Also stopped adding Net Mail messages into the count of
  481.     messages left via PCBoard. Changed message reporting in System Statistics
  482.     to show Total of all messages and the four sub-totals.
  483.  
  484. 59. Added ability to Define an EXCLUDEUSER as a NetUser by including an
  485.     '*' as FIRST character of UserName. This will cause messages left by
  486.     this User to count as Net Mail instead of Mail Door messages. If NetUser
  487.     is flagged and a message is left via PCBoard instead of a Door then the
  488.     User Name will NOT be excluded and it will not count as Net Mail.
  489.     Messages left will still show under Door report.
  490.  
  491. 60. Found Confernence names limited to first characters of A-Z and 0-9.
  492.     Removed restrictions altogether.
  493.  
  494. 61. Added support for KMail & Net Mail Doors. All Net Mail Door messages count
  495.     as Net Mail and messages will not be counted as from User in the Top
  496.     User Message section without need for including User Name via EXCLUDEUSER.
  497.     Messages left will still show under Door report.
  498.  
  499. 62. Changed MarkMail message counting. Now adds conference totals on each
  500.     message as before but does not add these to Door totals for MarkMail.
  501.     Adds total from 'Inserted Messages: xxx  Dupes Killed: xxx' line
  502.     so it will work with Short or Long logging format of MarkMail.
  503.  
  504. 63. Added NODELIST parameter to allow specifying the order of processing the
  505.     CALLER logs for multi-node. You may arrange the nodes processed in any
  506.     order you wish by specifing the node numbers in this list seperated by
  507.     spaces. Set NODES to the number of nodes you place in the list. This
  508.     means on a 9 Node setup you could specify NODES 5 and NODELIST 6 7 2 4 1
  509.     and only those 5 nodes would be reported on. If no list is provided then
  510.     all nodes from 1 to NODES will be scanned as before.
  511.  
  512. 64. Found CALLS could still write a blank line for a User name during one
  513.     of the reports into the CALLS.SAV which would then produce an error when
  514.     an attempt was made to re-read the file. Fixed this for good (I hope).
  515.  
  516. 65. Expanded the Last called report to include 2,3,4 & 5 days instead of
  517.     grouping them into the 'within one week'.
  518.  
  519. 66. Changed File pointer to longint allowing proper reading of larger files.
  520.  
  521. 67. Added TextatUrec to narrow down text match to text beginning at seventh
  522.     character, instead of anywhere as in TextinUrec which sould stop some
  523.     conferences with the word MODEM in them from counting as CONNECT messages
  524.     and proabably some other misc. matches from occurring.
  525.  
  526. 68. Fixed openfile procedure to properly skip a CALLER file that does not
  527.     exist rather than stopping with an error.
  528.  
  529. 69. Found a problem when a line of 62 '-' is written to the log (by what I
  530.     don't know) as a '-' in the 3rd position is an indication of a caller
  531.     logging on or off and was used to track time. Made the code check also
  532.     in postion 13 for a ':' to verify the entry.
  533.  
  534. 70. Added EXCLUDECONFERENCE and EXCLUDESECLEVEL to filter out conferences
  535.     and User Security Levels from reports.
  536.  
  537. 71. Found a problem with PCBVerify MODEM RETURNED statements causing junk
  538.     entries 'hh:mm)' in the Connect Report if the door was executed under
  539.     an undefined name or as part of InstaReg, etc. Modified the parsing
  540.     routine to reject these entries.
  541.  
  542. 72. Added SWOP & VOTER PLUS Door reports.  Changed several of the text
  543.     entries searched for to enable better detection of a couple of other
  544.     language files being used.
  545.  
  546. 73. Added DOORJUNKREPORT to control writing Junk, Catchall, and Unknown
  547.     lines to file while in a Door. If not in a Door then JUNKREPORT,
  548.     CATCHALLREPORT and UNKNOWNREPORT control the writing of the lines.
  549.  
  550. 74. Added UNKNOWNDOORREPORT to control writing all lines of Door activity
  551.     to UNKNOWN.TXT file if door is not one of the doors known to CALLS.
  552.  
  553.     Also added KNOWNDOORS to control writing of Door lines to UNKNOWN.TXT
  554.     when UNKOWNDOORREPORT is set to YES, Doors listed will not be written.
  555.  
  556. 75. Broke up System Statistics and added File Transfer Statistics '+' Report
  557.     instead. Added Upload Credit report and several other items to reports.
  558.  
  559.                      -= System Statistics for x days =-
  560.  
  561.   Total Messages Left....       x         Number of Callers......       x
  562.     Comments Left........       x           New Users Registered.       x
  563.     PCBoard Messages.....       x           Ave. Calls Per Day...     x.x
  564.     MailDoor Messages....       x           Ave. Call Duration...     x.x
  565.     Net MAIL Messages....       x           Ave. Idle Time.......     x.x
  566.     Net MAIL Executed....       x         Scripts Completed......       x
  567.   Directory Scans........       x         Logoff Script Completed       x
  568.   Downloads Completed....       x         Total Operation Hours..     x.x
  569.   Uploads Completed......       x           Utilization Hours....     x.x
  570.   Doors Opened...........       x           Total Utilization %..     x.x
  571.     Time spent in Doors..   hh:mm           Peak Utilization %...     x.x
  572.   Scheduled Events.......       x         Time System locked up..     x.x
  573.   Ave Event Length (min).     x.x
  574.  
  575.                             -= File Transfers =-
  576.  
  577.   Downloads Completed....       x         Uploads Completed......       x
  578.     Different Files......       x           Bad Uploads Deleted..       x
  579.     Downloads Aborted....       x           Uploads Aborted......       x
  580.     Free Downloads.......       x           Uploads Rejected.....       x
  581.     File not found.......       x           Duplicate Rejected...       x
  582.   VIEW Executed..........       x         Upload Credits issued..       x
  583.     Members Extracted....       x           Upload Time Credit...       x Mins.
  584.     Members Viewed.......       x           Upload Byte Credit...       xk.
  585.     Error Viewing File...       x         TEST Executed..........       x
  586.   LIB Executed...........       x         REPACK Executed........       x
  587.   ASCII transfer Attempt.       x
  588.  
  589. 76. Added REPORTTEXT to allow changing the text on the fixed portion of the
  590.     reports. Changed structure of program to accommodate this.
  591.  
  592. 77. Added changes from CAL14S24.ZIP to this release as follows:
  593.  
  594.     Added logic to strip the leading 'CONNECT' or 'CARRIER' from the connect
  595.     types report. (Already had this, controlled by CONNECTFILTER, but added
  596.     a CONNECTFILTER NEW to perform the new routine added to 14S24 instead.)
  597.  
  598.     Added logic to count opening chat doors as a "node chat".
  599.     (If the word CHAT appears in name of the Door then it is counted as a
  600.     Node Chat, also Added CHATDOOR to allow listing Chat Doors, and if the
  601.     door is one in the list then it counts as a Node Chat and time spent in
  602.     the Door counts as Node Chat Time as well as Time Spent in Door.)
  603.  
  604.     Added logic to count all (Local) connect types as sysop local sessions.
  605.     (Added ALL_LOCAL option to control this as I didn't like the idea myself.)
  606.  
  607.     Added SUBTITLE option to allow a variable subtitle to be included in
  608.     each report. (This prints after Systems Statistics Title on Report A.)
  609.  
  610.     Added PEAK AUTO option to automatically report the top 6 hours as the
  611.     peak hours of the day. (added additional allowance for a numeric value
  612.     after AUTO to determine the number of hours to flag as peak.)
  613.  
  614. 78. Added UPLOADFAILED to control Verificaton Failed reducing Upload Count
  615.     and/or User Upload Count. This allows removing report credit for uploads
  616.     when a file fails verification.
  617.  
  618. 79. Added support for additional languages. Support now includes Southern,
  619.     Three Stooges, Star Trek, Canadian, Australian, Arnold Schwarzenneger,
  620.     Goverment-ese, Jive & Abusive.
  621.  
  622. 80. Fixed Julian Date calculation causing miscalculation of days in use (and
  623.     hours in use). I think I finally have a routine that works (I didn't
  624.     write the first one).
  625.  
  626. 81. Added support for @Xnn code at start of text. CALLS now skips the color
  627.     code before parsing the line. Some language file modifications have a
  628.     color code (although I don't know why when there is a single value in
  629.     the PCBTEXT entry that determines the color of the prompt.)
  630.  
  631. 82. Added entries to Voter Plus Door, MailDoor & Security Reports.
  632.  
  633. 83. Added PCBPage & Emergency Pager Door Report.
  634.  
  635. 84. Added CONNECTFILTER ALL option to condense PROT: & COMP: messages to
  636.     '/'. Under PROT: the word NONE is removed and ALT is changed to MNP
  637.     and LAP-M is changed to V42. Under COMP: the word NONE and CLASS are
  638.     removed and V.42BIS is changed to 'B'. All Spaces are then stripped
  639.     from the string.  This should help reduce the number of different
  640.     Connect messages in the report by combining entries from multiple nodes
  641.     when different brand modems are in use and the report messages are
  642.     different. As I see more message reported to me by Sysops, I will
  643.     tailor these routines to get as much consistency as possible.
  644.  
  645. 85. Added CONNECTFILTER HST option to condense HST type messages by removing
  646.     ARQ, V32 and NONE and changing HST/HST to just HST. LAPM is changed to
  647.     V42 and LAPM/V42BIS is changed to V42B.
  648.  
  649.     If you use different brands of modems on different nodes, you can use a
  650.     CONNECTFILTER HST and CONNECTFILTER ALL to enable both filters.
  651.  
  652. 86. Added BAUDFILTER to allow removing 'E' from Baud Rates to combine such
  653.     rates as 14400 and 14400E instead of reporting seperately.
  654.  
  655. 87. Found if last Node CALLER file was missing the Usage hours get messed up
  656.     and negative idle, over 100% usage and other errors occur.
  657.  
  658. *---------------------------------------------------------------------------
  659. If you know of any other problems that exist or some other data that is
  660. not being reported that should be, let me know.  >>>>>Gary Meeker
  661.  
  662. Source code is not included, as I don't wish to distribute modified source
  663. code, but feel other Sysops might benefit from the changes made. If you
  664. need the source code, you can request it from me on my BBS, but I ask
  665. that you do not upload it anywhere else.  For those wishing to compile
  666. you will need mdosio, openshar, qread, ansicrt, dosmem & bufio TPU files
  667. which can be found in PROKIT32.ZIP (or a later release possibly, and if
  668. you find a later release PLEASE send it to me).
  669.  
  670. SHARP Technical Support Line BBS (404) 962-1788 (ATI 9600 Etc.)
  671.  
  672. via Fax: (404) 995-0613
  673.  
  674. or via mail:
  675.  
  676. Gary Meeker
  677. C/O SHARP Electronics Corporation
  678. 725-C Old Norcross Road
  679. Lawrenceville, GA  30245
  680.  
  681. or I call into SaltAir regularly.
  682.